home *** CD-ROM | disk | FTP | other *** search
/ Internet.Works 41 / Issue 41.iso / pc / Main.dir / 00014_GotoCase.ls < prev    next >
Encoding:
Text File  |  2000-12-03  |  173 b   |  14 lines

  1. on mouseWithin
  2.   cursor(280)
  3.   member("TitleCase").foreColor = 70
  4. end
  5.  
  6. on mouseLeave
  7.   cursor(0)
  8.   member("TitleCase").foreColor = 255
  9. end
  10.  
  11. on mouseDown
  12.   go(1, "Case")
  13. end
  14.